home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Extensions / More Primitives / More Primitives.rsrc / STR#_201.txt < prev    next >
Encoding:
Text File  |  1995-09-21  |  387 b   |  11 lines

  1. Inputs: FileRef; Size; [LineEnd]
  2. Outputs: ErrorNum; Line
  3.  
  4. Inputs: integer; integer; [integer]
  5. Outputs: integer; string | NULL
  6.  
  7. If ErrorNum is 0, Line is a string read from the file referenced by FileRef starting at the position indicated by the current file pointer, until Size bytes have been read or a byte of value LineEnd is encountered. If LineEnd = -1, Size bytes are read.
  8.  
  9. File
  10.  
  11.